projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee717a4
)
(echo_area_display): Comment fix.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 26 Jan 2001 11:23:52 +0000
(11:23 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 26 Jan 2001 11:23:52 +0000
(11:23 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 2081343677ec4bb0e081531f39c10bbd94470e17..a8803c077ca2629bd1b30dfdc312bdc6712fd546 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-6667,7
+6667,10
@@
echo_area_display (update_frame_p)
if (!display_completed)
n = redisplay_mode_lines (FRAME_ROOT_WINDOW (f), 0);
- if (window_height_changed_p && !NILP (Vrun_hooks))
+ if (window_height_changed_p
+ /* Don't do this if Emacs is shutting down. Redisplay
+ needs to run hooks. */
+ && !NILP (Vrun_hooks))
{
/* Must update other windows. Likewise as in other
cases, don't let this update be interrupted by